This documentation is not finished. Please help and contribute documentation.
GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.
See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.
|
Menu location |
---|
Assembly → Create Exploded View |
Workbenches |
Assembly |
Default shortcut |
V |
Introduced in version |
1.0 |
See also |
None |
The Assembly CreateView tool creates an exploded views container (Exploded_Views object) in the active Assembly that contains one (default) or more exploded views (Exploded_View objects). An assembly can only hold one exploded views container.
An exploded view collects the moves (Move objects) used to relocate parts from assembled position to exploded position. The altered positions of assembled parts and the representations of the moves are only visible when an exploded view is being edited and in TechDraw views derived from an exploded view.
See also: Property editor.
Exploded_Views containers are Assembly::ViewGroup
objects. Exploded_View objects are derived from the ExplodedView
class, and Move objects from the ExplodedViewStep
class.
Base
String
):String
):ExpressionEngine
):Bool
):LinkList
):Bool
):
Display Options
Enumeration
):Bool
):Bool
):Selection
Enumeration
):Enumeration
):An ExplodedView object is derived from an App FeaturePython object and inherits all its properties. It also has the following additional properties:
Exploded View
LinkList
): List of the Move objects of the exploded view.An ExplodedViewStep object is derived from an App FeaturePython object and inherits all its properties. It also has the following additional properties:
Exploded Move
Enumeration
): The Type of the move. (Normal
, Radial
).Placement
): This is the movement of the move.
StringList
): The objects moved by the move.LinkList
): The containing parts of objects moved by the move.